home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 1 / CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso / Aminet / comm / cnet / MAStripperV11.lha / MAStripper / MAStripper.doc < prev   
Text File  |  1995-05-23  |  4KB  |  111 lines

  1. ------------------------------------------------------------------------
  2.                      MCI-ANSI-Stripper 1.1 (13.5.95)
  3. ------------------------------------------------------------------------
  4.  
  5. MCI-ANSI-Stripper  is  a  very  simple  program  to  remove all MCI- and
  6. ANSI-sequences (used by CNet3+) in files.
  7.  
  8. I  think  it should be very fast, because the main converting routine is
  9. in assembler.
  10.  
  11. Normally  MAStripper uses twice as memory as the filesize of the desired
  12. file.  The  BUF/N  option  makes  it  possible to reduce the memoryusage
  13. manually.
  14.  
  15. NOTE: The files to process on should have COMPLETED MCI- & ANSI-Codes!!!
  16. If  f.ex. MCI command looks like this "{*0systex" MCI-ANSI-Stripper will
  17. strip all data till end of file.
  18.  
  19. I use this program to strip my FileIDs when files are uploaded. It could
  20. also  be  used  to  strip  QWK-Pakets.  Many  QWK-Readers  have problems
  21. ecspecially when MCI-codes are in the subboards names.
  22.  
  23.  
  24. ------------------------------------------------------------------------
  25.                                 Usage
  26. ------------------------------------------------------------------------
  27.  
  28. Arguments:
  29.  
  30.      FROM %File   Sourcefile.
  31.  
  32.      TO %File     Destinationfile. (optional)
  33.  
  34.      NOMCI        Disables stripping of MCI-Codes.
  35.  
  36.      NOANSI       Disables stripping of ANSI-Codes.
  37.  
  38.      NOBIGMCI     Disables stripping of MCI-Codes in form of "{example}"
  39.                                                               ^ CTRL-Q
  40.      NOSMALLMCI   Disables stripping of MCI-Codes in form of "{c1"
  41.                                                               ^ CTRL-Y
  42.  
  43.      NOTITLE      Do not display programtitle. (useful when run often in
  44.                   a single script)
  45.  
  46.      BUF=n        set  a  conversion  buffer in bytes. MCI-ANSI-Stripper
  47.                   will then use no more memory than specified.
  48.                   Note:  For  using  this option the "TO %File" Argument
  49.                   MUST be set.
  50.  
  51. Examples:
  52.  
  53. 1> MAStripper t:messages.dat
  54.  
  55. 1> MAStripper FROM t:messages TO t:messages_1 NOANSI NOTITLE BUF=1024
  56.  
  57.  
  58. ------------------------------------------------------------------------
  59.                                 History
  60. ------------------------------------------------------------------------
  61.  
  62. V1.0    Initial release
  63. V1.1    FEATURE: Added BUF/N
  64.         FEATURE: Added NOBIGMCI/S
  65.         FEATURE: Added NOSMALLMCI/S
  66.         BUGFIX:  Sometimes GuideFiler didn't return all of the
  67.                  allocated memory.
  68.         BUGFIX:  NOMCI,NOANSI were calced wrong
  69.  
  70.  
  71. ------------------------------------------------------------------------
  72.                                  Author
  73. ------------------------------------------------------------------------
  74.  
  75.                                Tinic Urou
  76.                              CelticSoftware
  77.                              Steinriestr. 13
  78.                               88348 Saulgau
  79.  
  80.                                 Germany
  81.  
  82.  
  83.                 E-Mail Germany: tinic@tinic.mayn.sub.de
  84.                         Tel.: ++49-(0)-7581-3028
  85.                    BBS: ++49-(0)-7581-51450 V.34 USR
  86.  
  87.  
  88. ------------------------------------------------------------------------
  89.                               Legal Stuff
  90. ------------------------------------------------------------------------
  91.  
  92. MCI-ANSI-Stripper is  FREEWARE.
  93.  
  94. Copyright
  95. ---------
  96. MCI-ANSI-Stripper is written and copyright © 1994-1995 by Tinic Urou. No
  97. parts of  this  program  may  be  modified in any form.
  98.  
  99. Disclaimer
  100. ----------
  101. The  author  is in no way liable for any changes made to any part of the
  102. program,  or  consequences thereof as he is in no way liable for damages
  103. or loss of data directly or indirectly caused by this software.
  104.  
  105. Distribution
  106. ------------
  107. Neither fees may be charged nor profits may be made by distributing this
  108. piece  of  software. CD  Manufactures are specifically granted the right
  109. to  include  this program on CD collections, as long as they are for the
  110. Public Domain.
  111.